home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
skecthpad.swf
/
scripts
/
DefineButton2_358
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-04-25
|
207b
|
12 lines
on(release){
this.colormixer._visible = false;
if(this.colorpicker.specials == true)
{
this.colorpicker.gotoAndStop(1);
}
else
{
this.colorpicker.prevFrame();
}
}